home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
tiny.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
354 b
|
38 lines
Tiny
{
{
x1=-2.5
x2= 1.5
y1=-1.75
y2= 1.75
par1.r=0.000001
par1.i=0.0
par2.r=0.000001
par2.i=0.0
par3.r=2.0
par3.i=0.0
bailout=4.0
}
{
z=pixel
c=pixel
t=par1/pixel
}
{
z=z-t
z=pow(z,par3)
t=t/z
t=par2/t
z=z+c
w=abs(z)
}
{
w>bailout
}
{
PAR1-STARTFACTOR OF T
PAR2-FACTOR OF T
PAR3-POTENZ OF Z
}
}